home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 015a / sw_44b.zip / README.1ST < prev    next >
Text File  |  1993-04-23  |  3KB  |  94 lines

  1. To: Previous Users of SW
  2. RE: Changes since 4.3...
  3.  
  4. September 19, 1992
  5. SW 4.3a
  6.  
  7. This version corrects a small problem with the fill line feature when
  8. combined with wide margins and border 5. It also adds the ability to have
  9. multiple /I windows within the same screen definition. Assuming you have
  10. adequate environment space, you can then get multiple strings from the
  11. user with one SW call. An example of such a screen def is show below:
  12.  
  13. :display
  14. _window /kred▒░ /s /r816 /c1565 /2 /gwhi
  15. /m " Multiple Input Example "
  16. "Line 1:                     "
  17. "Line 2:                     "
  18. "Line 3:                     "
  19. _window /l0 /0 /r10 /n1 /i20v1
  20. Line 1: 
  21. _window /l0 /0 /r12 /n1 /i20v2
  22. Line 2: 
  23. _window /l0 /0 /r14 /n1 /i20v3
  24. Line 3: 
  25. :end_display
  26.  
  27. The first window sets up the template with labels and the next three get
  28. the input, highlighting the label for each line.
  29.  
  30. ────────────────────────────────────────────────────────────────────────
  31.  
  32. November 22, 1992
  33. SW 4.3b
  34.  
  35. The first change involves fixing a small bug with /l0 /0 in the /x43 and
  36. x50 modes which caused the window to be too small for the text.
  37.  
  38. The second change is a new feature to allow cursor position setting. The
  39. switch is /@rrcc where rr is the row and cc is the column. The column can
  40. be omiited and will default to 1. This switch can be used to direct the
  41. output of another program to a specific row on the screen. The column
  42. setting will only work for the first row printed.
  43.  
  44. This switch can also be used to hide the cursor. Include /@- on your
  45. command line and the cursor will disappear. It can be restored with any SW
  46. command. SW /p1 is a suitable "do nothing" line that will bring the cursor
  47. back.
  48.  
  49. ────────────────────────────────────────────────────────────────────────
  50.  
  51. December 20, 1992
  52. SW 4.4
  53.  
  54. SW now detects and sets the 28 line VGA mode with the /x28 switch.
  55.  
  56. Highlighting blocks of text can now be marked with curly braces {}
  57. surrounding the block to be highlighted (/E#). Also, /E is now a postion
  58. sensitive switch allowing a different highlight color for each line of
  59. text. It works like the /G switch affecting all lines that follow it.
  60.  
  61. Text handling of SW has been increased to the limits of whatever screen
  62. mode you are in. If you define a window without a border or margin that is
  63. the full size of the screen, SW will display lines up to 80 characters in
  64. length and as many lines as there are to the screen, i.e. 25, 28, 43 or 50.
  65. Also, lines which are too long for the window are truncated without an
  66. error display.
  67.  
  68. Fixed /A so that E0 thru B0 now play the right notes.
  69.  
  70. DI 1.4
  71.  
  72. /TYPE switch returns EL based on device type. Detects floppy drives from
  73. 360K to 2.88M, hard disks, tape drives and optical drives.
  74.  
  75. ────────────────────────────────────────────────────────────────────────
  76.  
  77. December 29, 1992
  78. SW 4.4a
  79.  
  80. Corrected default mode of /I so it puts input line on last line of window.
  81.  
  82. ────────────────────────────────────────────────────────────────────────
  83.  
  84. March 4, 1993
  85. SW 4.4b
  86.  
  87. Added input blanking to /I so that passwords could be entered without showing
  88. the string on the screen. An * placed after the field length and before the
  89. variable name (if used) is all that is needed.
  90.  
  91. Help has been moved to an external screen definition file called "SW.HLP". 
  92. This makes SW smaller as well as allowing users to customize the help to their
  93. liking.
  94.